home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / WordUp.dxr / UI elements_25.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  245 b   |  10 lines

  1. global gwordlist2
  2.  
  3. on eatit
  4.   thetext = EMPTY
  5.   repeat with i = 1 to gwordlist2.count
  6.     thetext = thetext & gwordlist2[i].nbr.string & "." & SPACE & SPACE & gwordlist2[i].qus & RETURN
  7.   end repeat
  8.   member("down questions").text = thetext
  9. end
  10.